hi all
i am getting the error
line 11: syntax error near unexpected token `('
line 11: `int main()'
while trying to complie a c program in ubuntu
The code is very simple
# include <stdio.h>
int main()
{
printf("Hello") ;
return 0;
}
Please help me how to rectify this
Vani
i am getting the error
line 11: syntax error near unexpected token `('
line 11: `int main()'
while trying to complie a c program in ubuntu
The code is very simple
# include <stdio.h>
int main()
{
printf("Hello") ;
return 0;
}
Please help me how to rectify this
Vani
Comment